html {
  scroll-behavior: smooth;
}

body {
  background: #100F0F;
  color: #C0C0C0;
  font-family: 'Quicksand', sans-serif;

}

body.abrido {
  overflow: hidden
}

#header-main {
  position: fixed;

  height: 100px;
  width: 100%;
  z-index: 99;
  transition: all .2s;
}

#header-main.arre {
  position: fixed;
  box-shadow: 0 93px 0 0 rgba(0, 0, 0, 1) inset;

}



.title {
  width: 100%;
  position: relative;
  display: inline;
  text-align: center;
  height: 50px;


}

.lab {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  font-size: 32px;
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: .3s;
  opacity: 0;
  display: inline;
  align-items: baseline;
  position: relative;



}

.f {
  font-family: 'Quicksand', sans-serif;

  -webkit-animation: terFadeIn 2s forwards;
  -o-animation: terFadeIn 2s forwards;
  animation: terFadeIn 2s forwards;
  animation-delay: 3s;
  opacity: 0;
  display: inline;
  align-items: baseline;
  position: relative;
}

.fu {
  font-family: 'Quicksand', sans-serif;

  -webkit-animation: terFadeIn 2s forwards;
  -o-animation: terFadeIn 2s forwards;
  animation: terFadeIn 2s forwards;
  animation-delay: 4s;
  opacity: 0;
  display: inline;
  align-items: baseline;
  position: relative;
}

.e {
  font-family: 'Quicksand', sans-serif;

  -webkit-animation: terFadeIn 2s forwards;
  -o-animation: terFadeIn 2s forwards;
  animation: terFadeIn 2s forwards;
  animation-delay: 5s;
  opacity: 0;
  display: inline;
  align-items: baseline;
  position: relative;

}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 4px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}






.ora {
  animation: secFadeIn 2s forwards;
  animation-delay: 1.7s;
  opacity: 0;
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 32px;
  padding: 0;
  margin: 0;
  display: inline;
  letter-spacing: 2px;
}



@media screen and (max-width: 800px) {
	#content {
  
  
  
}

  .lab {

    font-size: 20px;

    display: inline;
    align-items: baseline;



  }

  .ora {

    font-size: 20px;
    display: inline;
    overflow: hidden;
    white-space: nowrap;


    letter-spacing: 0px;
  }

  .e {

    padding-bottom: 18em;
  }
	#nav-main ul {
  
  top: 10vh;
  
}


}








@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0;
  }

  50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
  }

  65% {
    width: 7px;
    height: 7px;
    bottom: 0px;
    width: 15px
  }

  80% {
    width: 10px;
    height: 10px;
    bottom: 20px
  }

  100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px;

  }
}

@keyframes secFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes terFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .8;
  }
}









.brand {
  position: absolute;
  top: .5em;
  left: .5em;
  z-index: 6;
  font-family: sans-serif;
  text-transform: uppercase;
  color: #ddd;
  font-weight: 600;
  font-size: 2em;
  padding: .2em .5em;
  border: 2px solid rgba(200, 200, 200, 0);
  text-decoration: none;
  margin: 0;
  transition: .2s;
}

.brand:hover,
.abrido .brand {
  /*border:2px solid #fac612;*/
}

.arre .brand {
  color: #333
}

.arre .brand:hover {
  /*border:2px solid rgba(60,60,60,.7);*/
}

#burger {
  position: absolute;
  top: 30px;
  right: 40px;
  height: 20px;
  display: block;
  width: 20px;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 3px;
  z-index: 5;
}

#burger span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #ddd;
  transition: .4s;
}

#burger:hover {
  background: #fac612;
  border-color: #fac612;
}

#burger:hover span {
  background-color: #333 !important
}

#burger span:first-child {
  top: 3px;
}

#burger span:last-child {
  top: 17px;
}

#burger:hover {
  cursor: pointer;
}

#burger.abrido span {
  opacity: 0;
  top: 50%;
  transform: rotate(45deg);
  background-color: #000;
}


#burger.abrido span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}

#burger.abrido span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}

#nav-main {
  background: rgba(45, 45, 45, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;

}

#nav-main ul {
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 15vh;
  left: 0;
  right: 0;
  padding: 0;
}

#nav-main ul li {
  opacity: 0;
  position: relative;
  transform: translateY(15px);
  transition: .5s;
  transition-delay: 0s;
  list-style: none;
  display: inline-block;
  width: fit-content
}

#nav-main li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  line-height: 70px;
  font-weight: 300;
  transition: 0.3s;
  font-family: 'Quicksand', sans-serif;
  display: block;
  padding: 20px;
  font-size: 36px;
}

#nav-main a:hover {
  font-weight: 400;
}

#nav-main ul ul {
  text-align: left;
  top: 20px;
  left: auto;
  right: -100px;
  padding: 0;
  margin: 0px !important;
}

#nav-main li ul li {
  opacity: 1;
  transform: translateX(-80px);
  transform-origin: 0% center -20px;
  width: 0px;
  white-space: nowrap;
  overflow: hidden
}

#nav-main li ul a {
  font-size: 1.3em;
  padding: 10px 0 0 30px;
}

#nav-main ul li:hover li {
  opacity: 1;
  width: 120px;
  transform: translateX(0px);
}

#nav-main.abrido {
  height: 100%;
  background: #FFF;
  transition-delay: 0s;
}

#nav-main.abrido>ul>li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: .5s;
}

#nav-foot {
  display: flex;
  padding: 20px 0;
  position: absolute;
  bottom: -50px;
  left: 15px;
  right: 15px;
  text-align: center;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  color: rgba(255, 255, 255, 0.9);

}

.abrido #nav-foot {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: 1.4s;
}

#nav-foot .col {
  width: 20vw
}

#nav-foot h5 {
  font-weight: 900;
  font-size: 1em;
  margin: 0 0 .5em 0
}

#nav-foot .nav-social {
  text-align: right;
}

#nav-foot .nav-social a {
  transform-style: preserve-3d;
  color: #000;
  padding: 5px 10px;
  font-size: 36px;
  text-decoration: none;
}

#nav-foot .nav-social a i {
  display: inline-block;
  position: relative;
  top: 0;
  transition: .2s;
}

#nav-foot .nav-social a:hover i {

  top: -5px;
  transition: .2s;

}

@keyframes flpp {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}


#content {
  position: relative;
  padding-top: 30vh;
  background-image: url("../images/13.jpeg");
  background-size: cover;
  background-position: center; /* Default focus point */
  background-repeat: no-repeat;
  height: 100vh; /* Full viewport height */
  display: flex;
  justify-content: center;
  z-index: 1
}

#content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(16, 15, 25, 1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: -1
}

#content article {
  width: 60vw;
  min-width: 300px;
  color: #ddd;
  text-align: center;
  font-size: 2em;

  text-shadow: 1px 1px 3px rgba(0, 0, 0, .7);
  font-size: 1em;

}


#foot {

  /*background-image: url("../images/5.1.jpg");*/
  font-family: 'Quicksand', sans-serif;
  padding-top: 10vh;
  padding-left: 5vh;
  padding-right: 5vh;
  height: 80vh;
  text-align: center;
  font-weight: 300;

}

#foot h2 {
  display: block;

  font-size: 36px;

  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  letter-spacing: 7px;
}

#foot h3 {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#foot code {
  display: block;
  padding: 5px 0;
  font-size: 1.02em;
  font-style: italic;
  font-family: 'Quicksand', sans-serif;
}


.column {
  flex: 50%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}

.column2 {
  float: right;
  width: 50%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*RESPONSIVE STYLING SOLD SEPARATELY*/






/* follow me @nodws */
.btn-twtr {
  color: #ddd;
  border: 2px solid;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  font-family: sans-serif;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px 3px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.btn-twtr:hover {
  color: #0af;
}

.btn-twtr:after {
  content: "\1F426";
  padding-left: 5px
}